home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / catch_flies.swf / scripts / DefineButton2_133 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  176 b   |  13 lines

  1. on(release){
  2.    Mouse.hide();
  3.    tellTarget("_root.timer")
  4.    {
  5.       play();
  6.    }
  7.    tellTarget("_root.intro")
  8.    {
  9.       gotoAndStop("out");
  10.       play();
  11.    }
  12. }
  13.